ExcelReader Xojo Component

ExcelReader.DefinedName Class

A class that contains defined name rule from Excel document.

Object
   DefinedName

class ExcelReader.DefinedName

Properties

FromColumnReturns the starting column number for the range of the Defined name. (Zero based)
FromRowReturns the starting row number for the range of the Defined name. (Zero based)
NameThe name as it is defined for the area.
RawReferenceReturns the raw reference for the range as it comes from Excel.
ToColumnReturns the ending column number for the range of the Defined name. (Zero based)
ToRowReturns the ending row number for the range of the Defined name. (Zero based)
WorksheetReturns the Worksheet name for the defined name.

Supported Platforms:

  • macOS Carbon
  • macOS Intel 32 bit
  • macOS Intel 64 bit
  • macOS Apple Silicon
  • Windows 32 bit
  • Windows 64 bit
  • Windows ARM 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM 32 bit
  • iOS